JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
reset the alt screen in treset
[st.git] / st.c
2014-08-19 Quentin Carbonneauxreset the alt screen in treset
2014-08-19 Quentin Carbonneauxsimplify loop in tresize
2014-08-17 Roberto E. Vargas... Fix man page and usage()
2014-08-15 Roberto E. Vargas... Convert VT102ID to a config variable
2014-08-15 Roberto E. Vargas... Fix portability problem in techo()
2014-08-10 nonameDon't set dirty all lines because tswapcreen do it
2014-08-10 nonametresize return value is not used
2014-08-07 Roberto E. Vargas... Unset mode when clearing regions
2014-08-04 Roberto E. Vargas... Add error message when child exits whit error
2014-07-31 Roberto E. Vargas... Remove difference between fast and slow blinking
2014-07-26 Michael ForneyFix disabling of bold and fastblink
2014-07-19 Weng XuetianFix st with input method.
2014-07-15 Eric PruittChanged inconsistent indent
2014-07-08 Roberto E. Vargas... Add 8 bit version of DCS, APC, PM, OSC
2014-07-08 Roberto E. Vargas... Add 8 bit version of HTS
2014-07-08 Roberto E. Vargas... Add 8 bit version of NEL
2014-07-08 Roberto E. Vargas... Add 8 bit version of DECID
2014-07-08 Anders EureniusRender faint attribute
2014-07-08 Ivan DelalandeRemove all strcmp and strlen calls on Glyph.c[]
2014-06-27 Anders EureniusRender struck-out attribute
2014-06-27 Anders EureniusRender invisible attribute
2014-06-27 Anders EureniusReorder and extend glyph attributes
2014-06-26 Roberto E. Vargas... Remove CEIL macro
2014-06-26 Ivan DelalandeFixed wrong nanosecond factor 10E6.
2014-06-24 FRIGNUse monotonic clock to prevent timing issues
2014-06-21 Troy Sankeyupdate size hints on zoom
2014-06-15 Silvan JegenRefactor the innermost loop of the xdraws function
2014-06-07 Christoph LohmannStyle police.
2014-06-07 Roberto E. Vargas... Simplify tdeftrans
2014-06-06 FRIGNRemove unnecessary typedef
2014-06-05 ColonaRefactor selsnap SNAP_WORD.
2014-06-04 ColonaFix rectangular selection.
2014-06-04 Hiltjo Posthumatiny cleanup
2014-06-04 ColonaMake selection consistent over line breaks.
2014-06-01 Christoph LohmannFixing color and refactor xsetcolorname.
2014-06-01 Christoph LohmannRevert "Refactor xsetcolorname()"
2014-06-01 FRIGNRefactor xsetcolorname()
2014-06-01 Balazs KezesDon't report release events for mouse wheel
2014-06-01 Christoph LohmannFixing italic bold.
2014-05-27 AlexanderFixed copying empty lines inside selection.
2014-05-24 Christoph LohmannFixing trailing whitespaces.
2014-05-24 FRIGNFix colour-model and simplify xloadcols()
2014-05-14 Hiltjo PosthumaAllow mouse selection override using ShiftMask
2014-05-09 Christoph LohmannRedraw needs all dirty lines to have flash etc. work.
2014-05-09 ColonaEnd a sequence only on CAN, SUB, \a and C1s.
2014-05-09 ColonaAlso clears ESC_START on interrupt characters during...
2014-05-02 nonameConsistent FALLTHROUGH comments.
2014-04-30 Roberto E. Vargas... Fix displaying control code
2014-04-29 Roberto E. Vargas... Remove ATTR_GFX and tselcs
2014-04-29 nonameDo not save cursor in tresize.
2014-04-28 nonameSimplify selected().
2014-04-28 nonameSimplify xunloadfonts.
2014-04-28 nonameRemove one indentation level in getsel().
2014-04-28 nonameRemove unused dump() function.
2014-04-28 nonameAdd missing function prototypes.
2014-04-28 nonameUse MODBIT in xseturgency.
2014-04-28 nonameCompute ena_sel as one expression.
2014-04-28 Roberto E. Vargas... Simplify expressions in tputc()
2014-04-28 Roberto E. Vargas... Fix misplaced break
2014-04-28 Roberto E. Vargas... Create a function for DEC test
2014-04-28 Roberto E. Vargas... Fix tputc control code handling
2014-04-27 Roberto E. Vargas... Remove repeated initialisation of term.esc
2014-04-27 Roberto E. Vargas... Cancel DCS with SUB, CAN, ESC or any CC1 code
2014-04-27 Markus Teichadd break;s for last cases in switch statements
2014-04-25 nonameDo not eat ESC character if control string is not prope...
2014-04-25 nonameFix for multibyte characters in techo.
2014-04-25 nonames/DSC/DCS/ DCS stands for DEVICE CONTROL STRING
2014-04-25 nonameUse xwrite instead of write.
2014-04-25 nonameRemove unnecessary break
2014-04-25 nonameComment fix.
2014-04-25 ColonaOn terminal resize, clear the alt screen with its own...
2014-04-25 nonameOptimize tputtab.
2014-04-25 nonameUse != instead of ^ for logical values.
2014-04-25 nonameUse BETWEEN macro in xsetcolorname and fix style.
2014-04-25 Christoph LohmannConformity in the -g geometry handling.
2014-04-25 Roberto E. Vargas... Simplify a bit more tdeletechar and tinsertblank
2014-04-25 nonameSimplify tdeletechar and tinsertblank and fix memory...
2014-04-23 nonameStyle fixes in tscrollup.
2014-04-23 nonameDo not set dirty flag twice in tscrollup and tscrolldown.
2014-04-23 nonameUse tsetdirt in tscrollup and tscrolldown.
2014-04-23 nonameFix techo handling of control and multibyte characters.
2014-04-23 nonameMake xrealloc and xstrdup style consistent.
2014-04-23 nonameUse BETWEEN in tsetchar.
2014-04-23 nonameUse uint and uchar instead of unsigned int and unsigned...
2014-04-23 nonameRemove argument names from function prototypes.
2014-04-23 nonameStyle fix in tdumpsel.
2014-04-23 nonameUse BETWEEN in tinsertblankline and tdeleteline.
2014-04-22 Christoph LohmannIt's 2014 now.
2014-04-20 noname@inventati.orgmove MODBIT to Macros section
2014-04-20 noname@inventati.orgmisplaced parenthesis in LEN macro
2014-04-20 Markus Teichremove confusing SERRNO macro
2014-04-15 noname@inventati.orgSimplify techo
2014-04-15 noname@inventati.orgtypedefs instead of #defines
2014-04-15 q@c9x.mefix cursor handling when alt screen is disabled
2014-04-15 Roberto E. Vargas... Merge remote-tracking branch 'origin/master' into omaster
2014-04-11 Christoph LohmannRemoving two unnecessary gettimeofday().
2014-04-11 Toaster ToasterIncrement XSync consistency
2014-04-05 Christoph LohmannThere is no need for a full dirt redraw.
2014-04-02 Christoph LohmannFixing a compiler warning with the assignment.
2014-03-27 Rafa Garcia GallegoFix segfault when pressing PrintScr without a selection
next