summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* centralize buffer length sanity checks, add some utility functions forvte_0_10_6Nalin Dahyabhai2002-12-109-39/+270
* Dutch translation updated by Reinout van Schouwen.Vincent van Adrighem2002-12-102-41/+50
* - addNalin Dahyabhai2002-12-102-0/+302
* add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai2002-12-1017-656/+1028
* Added Ukrainian translationsYuri Syrota2002-12-092-0/+119
* - don't include the same file twicevte_0_10_5Nalin Dahyabhai2002-12-031-1/+10
* - 0.10.5Nalin Dahyabhai2002-12-031-1/+4
* if TIOCSCTTY is defined, use it, even if it's redundant.Nalin Dahyabhai2002-12-034-1/+17
* update-po change the default from resetting to the terminal's defaultNalin Dahyabhai2002-12-0316-257/+308
* don't zero-fill rows, space-fill them. Don't just fail if the word_charsNalin Dahyabhai2002-12-032-15/+22
* add AC_CHECK_CC_OPT from ac-archive. check for cfmakeraw, sys/select.h,Nalin Dahyabhai2002-12-039-95/+212
* *** empty log message ***Gil Osher2002-11-272-0/+121
* 2002-11-25 nalin fix mapping of Unicode code chars 0x252c and 0x2534 whichNalin Dahyabhai2002-11-2616-217/+310
* fix cd() to clear using the current colors.Nalin Dahyabhai2002-11-262-0/+19
* add ta back in -- it's not a key sequence.Nalin Dahyabhai2002-11-262-1/+4
* fix cd() to clear to the right of the cursor on the current line insteadNalin Dahyabhai2002-11-262-5/+21
* need this, too, for future useNalin Dahyabhai2002-11-251-0/+27
* add new file, thanks thunderNalin Dahyabhai2002-11-251-0/+1254
* add keyboard debug messages when we change keyboard modes. remove khNalin Dahyabhai2002-11-253-17/+57
* make keypad arrow keys follow cursor mode (#98604).Nalin Dahyabhai2002-11-253-24/+27
* sort out when we add modifiers to keys. Fix Alt+Tab. remove ta definition.Nalin Dahyabhai2002-11-255-69/+80
* add keyboard debugging class. refresh on Ctrl-L, reset on 'r'. add moreNalin Dahyabhai2002-11-2512-168/+603
* incorporate more correct check for the right version of gtk-doc (#99314).Nalin Dahyabhai2002-11-232-7/+19
* Added "ms" to ALL_LINGUAS. wawa... kumerinduiMu...Hasbullah BIn Pit2002-11-172-1/+5
* Added Malay Translation. wawa....Hasbullah Bin Pit2002-11-172-0/+122
* 0.10.4vte_0_10_4Nalin Dahyabhai2002-11-112-3/+6
* ensure that when we select by line, we include all of the last line, evenNalin Dahyabhai2002-11-113-154/+62
* properly set the "selecting" flag again when we start selection (#97923).Nalin Dahyabhai2002-11-112-0/+5
* rework selection so that word- and line-based selection can wrap likeNalin Dahyabhai2002-11-112-10/+230
* doc fixes. use the older alternate-screen decset value. fixup screwups onvte_0_10_3Nalin Dahyabhai2002-11-0717-192/+211
* 0.10.2vte_0_10_2Nalin Dahyabhai2002-11-051-1/+4
* handle end-of-line selection correctly. Stop highlighting selection onNalin Dahyabhai2002-11-058-158/+597
* Commit uncomitted fileRobert Brady2002-11-051-1/+1
* Add and implement the strikethrough attribute. Change underline to beAbi Brady2002-11-052-9/+39
* be more verbose. add more items to the TODO list so that I don't forgetvte_0_10_1Nalin Dahyabhai2002-11-0413-193/+225
* add ident tags. don't scroll-to-bottom if we're selecting (#96913).Nalin Dahyabhai2002-10-305-34/+56
* implement iconify, deiconify, raise, lower, maximize, restore, refresh,Nalin Dahyabhai2002-10-3011-89/+391
* Support dim (halfbright) colours. All the infrastructure for this was hereAbi Brady2002-10-303-11/+73
* UpdateKjartan Maraas2002-10-291-5/+5
* Map to UCS, not keysyms. (which differ > 0xff).Abi Brady2002-10-292-2/+6
* Add line-drawing representation for full block. Draw U+23BA-23BD. FixAbi Brady2002-10-283-5/+83
* - po file updatesvte_0_10Nalin Dahyabhai2002-10-259-189/+189
* snip off final newlines when we're matching, they're usually not wanted.Nalin Dahyabhai2002-10-2520-995/+1535
* - translation updatesvte_0_9_2Nalin Dahyabhai2002-10-219-180/+180
* - fix path for python moduleNalin Dahyabhai2002-10-211-1/+1
* include decset, osc, and windowjacob berkman2002-10-212-0/+5
* use character constants instead of hex constants. add more illustrations.Nalin Dahyabhai2002-10-188-103/+192
* add a mapping for the escape key. Oops.Nalin Dahyabhai2002-10-182-0/+9
* implement decset 42 (enable/disable NRC processing), but enable it byNalin Dahyabhai2002-10-183-49/+131
* make sure that strings passed to a commit signal are zero-terminatedNalin Dahyabhai2002-10-183-3/+20