summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-10-21- translation updatesvte_0_9_2Nalin Dahyabhai9-180/+180
2002-10-21- fix path for python moduleNalin Dahyabhai1-1/+1
2002-10-21include decset, osc, and windowjacob berkman2-0/+5
2002-10-18use character constants instead of hex constants. add more illustrations.Nalin Dahyabhai8-103/+192
2002-10-18add a mapping for the escape key. Oops.Nalin Dahyabhai2-0/+9
2002-10-18implement decset 42 (enable/disable NRC processing), but enable it byNalin Dahyabhai3-49/+131
2002-10-18make sure that strings passed to a commit signal are zero-terminatedNalin Dahyabhai3-3/+20
2002-10-18remove vte_terminal_update_scroll_delta, which only did thingsNalin Dahyabhai3-83/+100
2002-10-17force invalidation mode if we're in insert mode to get the entire lineNalin Dahyabhai2-0/+5
2002-10-17clean up tests for wint_t. Patch from Brian Cameron.Nalin Dahyabhai2-11/+4
2002-10-17close a possible race on systems where pty initialization requires moreNalin Dahyabhai12-254/+397
2002-10-16remove a bogus assertion for a case which we were already handling aNalin Dahyabhai2-2/+4
2002-10-16doc/utmpwtmp.txt: some docs on what utmp/wtmp/lastlog logging actually doNalin Dahyabhai1-0/+31
2002-10-16adjust our adjustments whenever a line might scroll off the top of theNalin Dahyabhai7-95/+310
2002-10-15Updated translation.Kjartan Maraas2-20/+24
2002-10-15add super-bogus bold text mode (Red Hat #74779).Nalin Dahyabhai8-10/+150
2002-10-15recognize CSI-r (with no arguments) as resetting the scrolling region inNalin Dahyabhai3-3/+10
2002-10-14add mappings for GDK_Page_Up and GDK_Page_Down, missed in the conversion.Nalin Dahyabhai12-194/+213
2002-10-14note that commit came about because of mail from ha shao. add a couple ofNalin Dahyabhai2-7/+9
2002-10-14more $pkglibdir -> $libexecdir fixing. add rules for generating ps andNalin Dahyabhai17-372/+1305
2002-10-11change the typedef of wint_t here to match vte.c (now a gunichar insteadNalin Dahyabhai2-2/+6
2002-10-11Changed to that wchar.h is included when checking for wint_t on Solaris.Brian Cameron2-1/+34
2002-10-10fix the bits I missed when fixing #95085.Nalin Dahyabhai4-4/+11
2002-10-10Add.Nalin Dahyabhai2-0/+213
2002-10-10allow specifying the scrollback buffer size. if we don't have <wchar.h>,Nalin Dahyabhai17-500/+553
2002-10-05Update slightlyKjartan Maraas1-21/+21
2002-10-01Added Czech translation from Miloslav Trmac <mitr@volny.cz>.Stanislav Brabec4-1/+124
2002-09-24if the list of word characters is NULL or zero-length, try to guess usingNalin Dahyabhai2-1/+19
2002-09-24Fix HAVE_UT_UT_TV for cases where the static initializer might not workNalin Dahyabhai2-1/+7
2002-09-24Doc fixups (mention gnome-terminal instead of profterm, note the properNalin Dahyabhai3-1/+12
2002-09-20Fix a ring-buffer manipulation bug (Red Hat #74290) which might cause aNalin Dahyabhai3-29/+59
2002-09-19Munge input data the way the terminal does so that conversion failuresNalin Dahyabhai2-0/+10
2002-09-19backing out change made by accident.Brian Cameron1-1/+1
2002-09-19Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request.Brian Cameron3-77/+9
2002-09-19backing out patch i accidently put inBrian Cameron1-3/+3
2002-09-19Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request.Brian Cameron1-3/+3
2002-09-18Corrected a problem with yesterday's patch. I am now properly callingBrian Cameron2-3/+18
2002-09-17Fixed bug with my 09/11 speedup fix which caused programs that update theBrian Cameron2-9/+120
2002-09-13Fix typo which broke builds on systems where MSG_NOSIGNAL is defined. BadNalin Dahyabhai2-1/+5
2002-09-13Added -lsocket to LIBS if socket is in libsocket, so VTE will compile onBrian Cameron2-2/+6
2002-09-12only use MSG_NOSIGNAL if it's definedjacob berkman4-19/+31
2002-09-12AC_CHECK_FUNC() doesn't do AC_DEFINE(HAVE_FOO), so do that for socket()jacob berkman2-2/+14
2002-09-12Remove the invalidate_cells parameter, because the function is a big no-opNalin Dahyabhai2-21/+30
2002-09-12src/vte.c Fixed minor error with my previous patch. This just makes aBrian Cameron2-2/+6
2002-09-12added spanish translation file.Pablo Gonzalo del Campo2-0/+121
2002-09-11Reorder definitions to avoid implicit declaration warnings. Check forNalin Dahyabhai4-88/+100
2002-09-11Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. Removed.Nalin Dahyabhai5-36/+12
2002-09-11Added check for socket library and SendMsg check. Added this file with aBrian Cameron7-63/+136
2002-09-11Update from libzvt CVS. Fix some automake breakage.Nalin Dahyabhai8-52/+56
2002-09-11Fix my broken merge of Jacob's patch to make inability to build pythonNalin Dahyabhai3-2/+7