summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-25Remove assertBehdad Esfahbod1-1/+0
2008-12-02 Bug 552096 – Detect tgetent if provided by libtinfoChristian Persch1-23/+12
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2007-12-03Make is_cursor_key static.Chris Wilson1-1/+1
2007-07-27Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminalBehdad Esfahbod1-0/+36
2007-06-25Bug 448259 – Mapping for Ctrl-_ Patch by Andrey Melnikov.Chris Wilson1-0/+5
2007-01-27Fix compilation *with* debugging enable. Grrr.Chris Wilson1-9/+9
2007-01-27Fix compilation without debugging enable.Chris Wilson1-49/+72
2007-01-26s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson1-4/+4
2007-01-26Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson1-29/+12
2007-01-26Spend half an hour a day killing warnings...Chris Wilson1-1/+1
2007-01-17As part of Bug 397439.Chris Wilson1-31/+29
2006-10-11Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminalMariano Suárez-Alvarez1-1/+1
2006-07-10Bug 342396 – Ctrl-space sends " ", not NUL.Behdad Esfahbod1-3/+3
2006-05-22Bug 340363 – vte Cygwin build fixes Patch from Cygwin Ports maintainerBehdad Esfahbod1-0/+6
2006-04-18Make some data structures const by changing char * to char [].Behdad Esfahbod1-521/+519
2006-02-02Added to CVS.Behdad Esfahbod1-1/+1
2005-02-15Fix keypad behaviour to be like xterm. Closes bug #128099. Fix is fromKjartan Maraas1-2/+12
2004-11-17add. add. add. add. add. expand "%m" locally so that we can distinguishNalin Dahyabhai1-1/+1
2004-04-30add a --with-default-emulation argument (part of #115750). UseNalin Dahyabhai1-1/+1
2004-04-20don't disable use of deprecated APIs unless asked to do so. add Meta caseNalin Dahyabhai1-0/+3
2003-09-15add options for exercising the cursor and highlight colors. flush outputNalin Dahyabhai1-0/+1
2003-05-19remove comma from end of enum declaration (#111925). don't useNalin Dahyabhai1-6/+2
2003-05-19- rename termcap.c/termcap.h to avoid conflicts with system <termcap.h>Nalin Dahyabhai1-1/+1
2003-05-19fix KP_PageDown in application keypad mode (#113187). add a finalizeNalin Dahyabhai1-1/+1
2003-04-29add keymaps for GDK_slash and GDK_question (#108299).Nalin Dahyabhai1-0/+18
2003-04-21add MESSAGE-OF-DOOM to EXTRA_DIST make Alt+Return generate ESC newlineNalin Dahyabhai1-0/+2
2003-02-21in debug mode, skip coverage assertions for specific keys (GDK_2 - GDK_8).Nalin Dahyabhai1-9/+16
2003-02-18add map entries for unmodified digit keypresses.Nalin Dahyabhai1-0/+7
2003-02-18add map entries for Ctrl+digit keys (#106193).Nalin Dahyabhai1-0/+38
2003-01-23check for curses if we don't have ncurses (the order is ncurses, curses,Nalin Dahyabhai1-3/+13
2003-01-22accept OSC{number};{string}ST as set-text-parameters, per XTerm docs (partNalin Dahyabhai1-0/+13
2003-01-17if we don't find an entry for the requested key, and the terminal type isNalin Dahyabhai1-23/+29
2003-01-16fix test for whether or not we need to check for termcap override defaultNalin Dahyabhai1-1/+1
2003-01-14if a key sequence which needs modifiers doesn't have a numeric part, addNalin Dahyabhai1-4/+6
2003-01-14don't switch terminal modes before or after echoing bytes -- doing sovte_0_10_9Nalin Dahyabhai1-6/+2
2003-01-03- fix compile failure on systems where ncurses isn't detectedNalin Dahyabhai1-1/+1
2003-01-03look for libncurses or libtermcap include other libraries (ncurses,Nalin Dahyabhai1-88/+151
2002-11-25make keypad arrow keys follow cursor mode (#98604).Nalin Dahyabhai1-21/+20
2002-11-25sort out when we add modifiers to keys. Fix Alt+Tab. remove ta definition.Nalin Dahyabhai1-44/+59
2002-11-25add keyboard debugging class. refresh on Ctrl-L, reset on 'r'. add moreNalin Dahyabhai1-84/+369
2002-10-18add a mapping for the escape key. Oops.Nalin Dahyabhai1-0/+6
2002-10-18implement decset 42 (enable/disable NRC processing), but enable it byNalin Dahyabhai1-0/+9
2002-10-16adjust our adjustments whenever a line might scroll off the top of theNalin Dahyabhai1-62/+177
2002-10-14add mappings for GDK_Page_Up and GDK_Page_Down, missed in the conversion.Nalin Dahyabhai1-0/+13
2002-10-14more $pkglibdir -> $libexecdir fixing. add rules for generating ps andNalin Dahyabhai1-0/+798