Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 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 | 1 | -3/+3 | |
* | 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 | |
* | 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 | |
* | 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 | |
* | Fix rectangular selection. | Colona | 2014-06-04 | 1 | -1/+1 | |
* | tiny cleanup | Hiltjo Posthuma | 2014-06-04 | 1 | -5/+2 | |
* | Make selection consistent over line breaks. | Colona | 2014-06-04 | 1 | -20/+26 | |
* | Fixing color and refactor xsetcolorname. | Christoph Lohmann | 2014-06-01 | 1 | -38/+50 | |
* | Revert "Refactor xsetcolorname()" | Christoph Lohmann | 2014-06-01 | 1 | -14/+18 | |
* | Refactor xsetcolorname() | FRIGN | 2014-06-01 | 1 | -18/+14 | |
* | Don't report release events for mouse wheel | Balazs Kezes | 2014-06-01 | 1 | -0/+2 | |
* | Fixing italic bold. | Christoph Lohmann | 2014-06-01 | 1 | -2/+7 | |
* | Fixed copying empty lines inside selection. | Alexander | 2014-05-27 | 1 | -1/+1 | |
* | Fixing trailing whitespaces. | Christoph Lohmann | 2014-05-24 | 1 | -3/+3 | |
* | Fix colour-model and simplify xloadcols() | FRIGN | 2014-05-24 | 1 | -36/+20 | |
* | Allow mouse selection override using ShiftMask | Hiltjo Posthuma | 2014-05-14 | 1 | -4/+4 | |
* | Redraw needs all dirty lines to have flash etc. work. | Christoph Lohmann | 2014-05-09 | 1 | -0/+1 | |
* | End a sequence only on CAN, SUB, \a and C1s. | Colona | 2014-05-09 | 1 | -6/+8 | |
* | Also clears ESC_START on interrupt characters during sequences. | Colona | 2014-05-09 | 1 | -1/+1 | |
* | Consistent FALLTHROUGH comments. | noname | 2014-05-02 | 1 | -3/+3 | |
* | Fix displaying control code | Roberto E. Vargas Caballero | 2014-04-30 | 1 | -13/+9 | |
* | Remove ATTR_GFX and tselcs | Roberto E. Vargas Caballero | 2014-04-29 | 1 | -22/+8 | |
* | Do not save cursor in tresize. | noname | 2014-04-29 | 1 | -1/+3 | |
* | Simplify selected(). | noname | 2014-04-28 | 1 | -11/+6 | |
* | Simplify xunloadfonts. | noname | 2014-04-28 | 1 | -6/+2 | |
* | Remove one indentation level in getsel(). | noname | 2014-04-28 | 1 | -46/+45 | |
* | Remove unused dump() function. | noname | 2014-04-28 | 1 | -10/+0 | |
* | Add missing function prototypes. | noname | 2014-04-28 | 1 | -0/+5 | |
* | Use MODBIT in xseturgency. | noname | 2014-04-28 | 1 | -1/+1 | |
* | Compute ena_sel as one expression. | noname | 2014-04-28 | 1 | -4/+1 | |
* | Simplify expressions in tputc() | Roberto E. Vargas Caballero | 2014-04-28 | 1 | -9/+9 | |
* | Fix misplaced break | Roberto E. Vargas Caballero | 2014-04-28 | 1 | -1/+1 | |
* | Create a function for DEC test | Roberto E. Vargas Caballero | 2014-04-28 | 1 | -9/+15 | |
* | Fix tputc control code handling | Roberto E. Vargas Caballero | 2014-04-28 | 1 | -12/+8 | |
* | Remove repeated initialisation of term.esc | Roberto E. Vargas Caballero | 2014-04-27 | 1 | -18/+6 | |
* | Cancel DCS with SUB, CAN, ESC or any CC1 code | Roberto E. Vargas Caballero | 2014-04-27 | 1 | -79/+127 |