Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removing wrapping newlines from selection | Ben Hendrickson | 2014-08-23 | 1 | -2/+5 | |
* | Change the behavior of word snapping on delimiters | Ivan Delalande | 2014-08-21 | 1 | -2/+9 | |
* | Move calls to selsnap into selnormalize | Ivan Delalande | 2014-08-21 | 1 | -11/+3 | |
* | Improve readability of enum members | Alexander Huemer | 2014-08-20 | 1 | -32/+32 | |
* | Add eschandle() | Roberto E. Vargas Caballero | 2014-08-20 | 1 | -78/+91 | |
* | Improve execsh() and don't allow anonymous shells | Roberto E. Vargas Caballero | 2014-08-20 | 1 | -13/+17 | |
* | Fix definition of CONTROLC0 | Roberto E. Vargas Caballero | 2014-08-19 | 1 | -1/+1 | |
* | Make useful DEL in application mode | Roberto E. Vargas Caballero | 2014-08-19 | 2 | -3/+5 | |
* | reset the alt screen in treset | Quentin Carbonneaux | 2014-08-19 | 1 | -3/+6 | |
* | simplify loop in tresize | Quentin Carbonneaux | 2014-08-19 | 1 | -4/+2 | |
* | Simplify README | Alexander Huemer | 2014-08-18 | 1 | -1/+1 | |
* | Fix man page and usage() | Roberto E. Vargas Caballero | 2014-08-17 | 2 | -3/+3 | |
* | Convert VT102ID to a config variable | Roberto E. Vargas Caballero | 2014-08-15 | 2 | -5/+6 | |
* | Fix portability problem in techo() | Roberto E. Vargas Caballero | 2014-08-15 | 1 | -2/+2 | |
* | Don't set dirty all lines because tswapcreen do it | noname | 2014-08-10 | 1 | -3/+1 | |
* | tresize return value is not used | noname | 2014-08-10 | 1 | -6/+7 | |
* | Remove ul capability | Roberto E. Vargas Caballero | 2014-08-07 | 1 | -1/+0 | |
* | Unset mode when clearing regions | Roberto E. Vargas Caballero | 2014-08-07 | 1 | -2/+6 | |
* | Add error message when child exits whit error | Roberto E. Vargas Caballero | 2014-08-04 | 1 | -6/+5 | |
* | Remove difference between fast and slow blinking | Roberto E. Vargas Caballero | 2014-07-31 | 1 | -12/+9 | |
* | Fix disabling of bold and fastblink | Michael Forney | 2014-07-26 | 1 | -8/+2 | |
* | Add info about Backspace and Delete to the FAQ | Wolfgang Corcoran-Mathe | 2014-07-26 | 1 | -44/+43 | |
* | Add info about Backspace and Delete to the FAQ | Roberto E. Vargas Caballero | 2014-07-25 | 1 | -0/+58 | |
* | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 2014-07-25 | 1 | -3/+3 | |
* | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 2014-07-24 | 1 | -1/+3 | |
* | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 2014-07-21 | 1 | -0/+7 | |
* | Very minor grammar fixes in FAQ | Wolfgang Corcoran-Mathe | 2014-07-21 | 1 | -6/+6 | |
* | Fix st with input method. | Weng Xuetian | 2014-07-19 | 1 | -0/+2 | |
* | Changed inconsistent indent | Eric Pruitt | 2014-07-15 | 1 | -1/+1 | |
* | Add 8 bit version of DCS, APC, PM, OSC | Roberto E. Vargas Caballero | 2014-07-08 | 1 | -7/+32 | |
* | Add 8 bit version of HTS | Roberto E. Vargas Caballero | 2014-07-08 | 1 | -1/+3 | |
* | Add 8 bit version of NEL | Roberto E. Vargas Caballero | 2014-07-08 | 1 | -1/+4 | |
* | Add 8 bit version of DECID | Roberto E. Vargas Caballero | 2014-07-08 | 1 | -1/+4 | |
* | Render faint attribute | Anders Eurenius | 2014-07-08 | 1 | -1/+9 | |
* | Remove all strcmp and strlen calls on Glyph.c[] | Ivan Delalande | 2014-07-08 | 1 | -26/+16 | |
* | Making surf compile again with rt. | Christoph Lohmann | 2014-06-30 | 1 | -1/+1 | |
* | Render struck-out attribute | Anders Eurenius | 2014-06-27 | 1 | -0/+5 | |
* | Render invisible attribute | Anders Eurenius | 2014-06-27 | 1 | -0/+3 | |
* | Reorder and extend glyph attributes | Anders Eurenius | 2014-06-27 | 1 | -14/+46 | |
* | Remove CEIL macro | Roberto E. Vargas Caballero | 2014-06-26 | 2 | -4/+4 | |
* | Fixed wrong nanosecond factor 10E6. | Ivan Delalande | 2014-06-26 | 1 | -3/+3 | |
* | Use monotonic clock to prevent timing issues | FRIGN | 2014-06-24 | 1 | -14/+13 | |
* | Fix typo in config.def.h | Eric Pruitt | 2014-06-21 | 1 | -2/+2 | |
* | update size hints on zoom | Troy Sankey | 2014-06-21 | 1 | -0/+1 | |
* | Refactor the innermost loop of the xdraws function | Silvan Jegen | 2014-06-15 | 1 | -20/+14 | |
* | FAQ: update typo and escape code for smkx | Hiltjo Posthuma | 2014-06-11 | 1 | -2/+2 | |
* | Style police. | Christoph Lohmann | 2014-06-07 | 1 | -2/+3 | |
* | Simplify tdeftrans | Roberto E. Vargas Caballero | 2014-06-07 | 1 | -10/+5 | |
* | Remove unnecessary typedef | FRIGN | 2014-06-06 | 1 | -1/+0 | |
* | Refactor selsnap SNAP_WORD. | Colona | 2014-06-05 | 1 | -23/+21 |