search for: gui_run

Displaying 3 results from an estimated 3 matches for "gui_run".

Did you mean: gudrun
2020 Nov 06
3
GVIM annoyances
...have is the selection of the font.? My old box had "sans Regular 12" which was a lovely font to work with. However, when I choose the same font on the new box it's hideous. I don't know best how to request this, but basically how can I have my nice old font back? |if has("gui_running") " GUI is running or is about to start. " Maximize gvim window. set lines=999 columns=999 else " This is console Vim. if exists("+lines") set lines=50 endif if exists("+columns") set columns=100 endif endif |
2020 Nov 06
0
GVIM annoyances
...ou are still using those older fonts if they were in your .fonts directory. The older fonts use a different 'hinting' system which when viewed on a newer X/Wayland makes the font look horrible. Since I have been bitten by this with other people I would check that also. > |if has("gui_running") " GUI is running or is about to start. " Maximize > gvim window. set lines=999 columns=999 else " This is console Vim. if > exists("+lines") set lines=50 endif if exists("+columns") set > columns=100 endif endif | > > ____________________...
2003 May 21
1
gastman segmentation fault when pressing 'enter' in a command win dow
...7a6f in gtk_main_do_event () at eval.c:41 #25 0x40178d7f in gdk_event_dispatch () at eval.c:41 #26 0x401ab773 in g_main_dispatch () at eval.c:41 #27 0x401abd39 in g_main_iterate () at eval.c:41 #28 0x401abeec in g_main_run () at eval.c:41 #29 0x400c7333 in gtk_main () at eval.c:41 #30 0x08055a3f in gui_run () at gui.c:1378 #31 0x08050548 in manage_calls (host=0xbffff700 "nuance-dev") at gastman.c:1383 #32 0x08050b99 in main (argc=1, argv=0xbffff878) at gastman.c:1545 #33 0x403b1507 in __libc_start_main (main=0x8050a88 <main>, argc=2, ubp_av=0xbffff874, init=0x804bc14 <_init&gt...