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