summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-01-27create the "invisible" cursor using a bitmap instead of a pixmap, changingNalin Dahyabhai1-9/+8
2003-01-27make the various mouse event modes mutually-exclusive, because apps expectNalin Dahyabhai1-0/+35
2003-01-27force a background update immediately when we realize instead of queuingNalin Dahyabhai1-3/+4
2003-01-24fix declaration order (#104290).Nalin Dahyabhai1-2/+2
2003-01-23recognize and ignore attempts to set text properties 21 and 2L, whatevervte_0_10_14Nalin Dahyabhai2-0/+9
2003-01-23accept "1" and "2" as aliases for "B" (#104257).Nalin Dahyabhai1-3/+3
2003-01-23check for curses if we don't have ncurses (the order is ncurses, curses,Nalin Dahyabhai2-3/+22
2003-01-23add mev. don't home the cursor automatically. fix sense of shiftNalin Dahyabhai2-86/+127
2003-01-23- add mev for testing mouse event handlingNalin Dahyabhai2-1/+310
2003-01-22accept OSC{number};{string}ST as set-text-parameters, per XTerm docs (partNalin Dahyabhai2-0/+33
2003-01-22streamline background images and transparency handling, should use lessvte_0_10_13Nalin Dahyabhai1-209/+214
2003-01-21add some debugging messages if REFLECT_VERBOSE is set in the environment.Nalin Dahyabhai1-0/+15
2003-01-21add reflect-text-view, for testing with GtkTextView for sanity's sake.Nalin Dahyabhai2-98/+189
2003-01-20account for get_text() including zero bytesNalin Dahyabhai1-2/+6
2003-01-20try to build reflect with both vte and libzvt, building a useless binaryNalin Dahyabhai2-19/+115
2003-01-20colors 90-97 and 100-107 are bold colors, noted and patched by MatthijsNalin Dahyabhai1-2/+2
2003-01-18if the caret is past the end of the text, count unichars properly. ComputeNalin Dahyabhai2-15/+53
2003-01-18update copyright dates. add. add reflect (noinst). always return a string,Nalin Dahyabhai4-11/+181
2003-01-17emit a "text-modified" signal, because what you see changes when youNalin Dahyabhai1-0/+2
2003-01-17don't draw cursors below or above the screen, correctly compute the clearvte_0_10_11Nalin Dahyabhai1-23/+19
2003-01-17if we don't find an entry for the requested key, and the terminal type isNalin Dahyabhai2-32/+38
2003-01-17fix boneheaded "config.h" instead of "../config.h" include, pointed out byNalin Dahyabhai1-1/+1
2003-01-16fix test for whether or not we need to check for termcap override defaultNalin Dahyabhai2-1/+2
2003-01-14if a key sequence which needs modifiers doesn't have a numeric part, addNalin Dahyabhai1-4/+6
2003-01-14add _vte_ring_insert_preserve(), which scrolls lost items off the topvte_0_10_10Nalin Dahyabhai6-269/+296
2003-01-14initial checkinNalin Dahyabhai1-0/+1316
2003-01-14don't switch terminal modes before or after echoing bytes -- doing sovte_0_10_9Nalin Dahyabhai6-169/+244
2003-01-09Only suppress meta-sends-escape on Backspace if backspace is mapped to theNalin Dahyabhai4-121/+583
2003-01-07Use a lookup table instead of a mess of floating point math whenNalin Dahyabhai1-5/+8
2003-01-06Add the periodic blinking refresh with the normal timeout instead of 0 toNalin Dahyabhai1-3/+11
2003-01-06Use a simple XftPatternGetString/GetDouble pair instead of XftNameUnparse,vte_0_10_8Nalin Dahyabhai1-23/+82
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-12-18issue a warning if Xft2 and Xft aren't found. if we're notNalin Dahyabhai4-11/+13
2002-12-16wire Shift+Home/Shift+End to scroll-to-top and scroll-to-bottom.Nalin Dahyabhai1-0/+29
2002-12-14add a short test program. use hard values instead of GDK defines in the 0Nalin Dahyabhai6-139/+155
2002-12-11define VTE_USE_GNOME_PTY_HELPER if use of the helper is enabled atvte_0_10_7Nalin Dahyabhai3-6/+66
2002-12-10centralize buffer length sanity checks, add some utility functions forvte_0_10_6Nalin Dahyabhai8-39/+258
2002-12-10- addNalin Dahyabhai2-0/+302
2002-12-10add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai12-648/+953
2002-12-03if TIOCSCTTY is defined, use it, even if it's redundant.Nalin Dahyabhai3-1/+14
2002-12-03update-po change the default from resetting to the terminal's defaultNalin Dahyabhai4-6/+70
2002-12-03don't zero-fill rows, space-fill them. Don't just fail if the word_charsNalin Dahyabhai1-15/+17
2002-12-03add AC_CHECK_CC_OPT from ac-archive. check for cfmakeraw, sys/select.h,Nalin Dahyabhai5-88/+153
2002-11-262002-11-25 nalin fix mapping of Unicode code chars 0x252c and 0x2534 whichNalin Dahyabhai2-16/+27
2002-11-26fix cd() to clear using the current colors.Nalin Dahyabhai1-0/+16
2002-11-26fix cd() to clear to the right of the cursor on the current line insteadNalin Dahyabhai1-4/+16
2002-11-25need this, too, for future useNalin Dahyabhai1-0/+27
2002-11-25add new file, thanks thunderNalin Dahyabhai1-0/+1254
2002-11-25add keyboard debug messages when we change keyboard modes. remove khNalin Dahyabhai1-16/+52