view .dir-locals.el @ 28119:74bc925ae235 stable

Swap colors indices used for win terminal to match native indices (bug #57658). * libgui/qterminal/libqterminal/win32/QTerminalColors.cpp: Swap colors for indices 0, 7, 15. * libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp: Use color 0 for background, color 7 for foreground. Explicity fill background.
author John Donoghue <john.donoghue@ieee.org>
date Mon, 17 Feb 2020 21:04:52 -0500
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))