Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using 'https' instead of 'http' | Alexander Naumov | 2019-11-09 | 1 | -1/+1 |
* | Fix for nomem handling in resize.c:ChangeWindowSize() | Václav Doležal | 2018-11-18 | 1 | -16/+17 |
* | Revert "those 0 assignment made rest of code totally not working" | Václav Doležal | 2018-11-18 | 1 | -4/+1 |
* | macro formatting | Amadeusz Sławiński | 2018-05-22 | 1 | -41/+45 |
* | rename windows to mru_window and window->w_next to window->w_prev_mru | Amadeusz Sławiński | 2018-04-11 | 1 | -2/+2 |
* | get rid of (sometype *)0 casts | Amadeusz Sławiński | 2018-04-07 | 1 | -6/+6 |
* | use NULL instead of 0 where applicable | Amadeusz Sławiński | 2018-04-06 | 1 | -21/+21 |
* | fix non-ANSI function declarations | Amadeusz Sławiński | 2018-04-06 | 1 | -2/+2 |
* | get rid of fontx | Amadeusz Sławiński | 2018-03-03 | 1 | -15/+1 |
* | Revert "fix restoring cursor position after leaving altscreen" | Amadeusz Sławiński | 2017-10-03 | 1 | -8/+0 |
* | begin viewing scrollback buffer at the first line of output instead of at the... | Guo Ci | 2017-06-21 | 1 | -0/+2 |
* | fix restoring cursor position after leaving altscreen | Amadeusz Sławiński | 2017-04-06 | 1 | -0/+8 |
* | move config.h to top of includes | Amadeusz Sławiński | 2016-06-18 | 1 | -1/+2 |
* | rename define BUILTIN_TELNET to ENABLE_TELNET | Amadeusz Sławiński | 2016-06-18 | 1 | -1/+1 |
* | make all header files self-contained and include it in the source file | Simon Ruderich | 2016-02-07 | 1 | -1/+2 |
* | Use c99 style initializers | Amadeusz Sławiński | 2015-12-06 | 1 | -6/+6 |
* | Bring telnet code up to standard | Amadeusz Sławiński | 2015-09-05 | 1 | -0/+1 |
* | add caption on top as option | Neal Fultz | 2015-07-02 | 1 | -2/+2 |
* | TIOCGWINSZ, TIOCSWINSZ is no linux | Amadeusz Sławiński | 2015-06-26 | 1 | -9/+1 |
* | remove register keyword | Amadeusz Sławiński | 2015-06-26 | 1 | -2/+2 |
* | get rid of extern.h | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+0 |
* | move global variables declarations to corresponding headers | Amadeusz Sławiński | 2015-06-26 | 1 | -0/+2 |
* | fix another warning | Amadeusz Sławiński | 2015-06-26 | 1 | -0/+1 |
* | use Display type instead of struct display | Amadeusz Sławiński | 2015-06-26 | 1 | -2/+2 |
* | use Layer type instead of struct layer | Amadeusz Sławiński | 2015-06-26 | 1 | -5/+5 |
* | use Window type instead of struct win | Amadeusz Sławiński | 2015-06-26 | 1 | -9/+9 |
* | use Canvas type instead of struct canvas | Amadeusz Sławiński | 2015-06-25 | 1 | -4/+4 |
* | more header stuff | Amadeusz Sławiński | 2015-06-25 | 1 | -0/+3 |
* | bye bye DEBUG | Amadeusz Sławiński | 2015-06-25 | 1 | -59/+2 |
* | change struct mchar to use uint32_t instead of chars | Amadeusz Sławiński | 2015-06-25 | 1 | -32/+32 |
* | Change xrealloc to take void* like realloc | Amadeusz Sławiński | 2015-06-25 | 1 | -9/+9 |
* | COLOR HANDLING: initial changes | Amadeusz Sławiński | 2015-06-25 | 1 | -29/+27 |
* | Code reformating | Amadeusz Sławiński | 2015-06-25 | 1 | -801/+698 |
* | xrealloc returns void* and remove all *allocs casts | Amadeusz Sławiński | 2015-06-25 | 1 | -16/+16 |
* | Simplify debugging macros | Amadeusz Sławiński | 2015-06-25 | 1 | -16/+16 |
* | trailing whitespace removal | Amadeusz Sławiński | 2015-06-25 | 1 | -4/+4 |
* | that's all? | Amadeusz Sławiński | 2015-06-25 | 1 | -8/+0 |
* | more cleanup form removing some compile time options | Amadeusz Sławiński | 2015-06-25 | 1 | -5/+5 |
* | move extern's into one place | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -8/+0 |
* | replace bcopy with memmove | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -6/+6 |
* | replace bzero with memset | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -1/+1 |
* | make most features as always built in from now on | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -68/+3 |
* | remove #if 0'ed code | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -36/+0 |
* | rewrite functions definitions | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -38/+15 |
* | remove __P macro it's obsolete | Amadeusz Sławiński | 2015-06-25 | 1 | -7/+7 |
* | Fix off by one error when resizing windows | Amadeusz Sławiński | 2015-06-25 | 1 | -1/+1 |
* | Apply hardstatusfirstline.patch on git | HoverHell | 2015-06-25 | 1 | -0/+1 |
* | Set maximum width(/height) in one place | Amadeusz Sławiński | 2015-06-25 | 1 | -7/+11 |
* | those 0 assignment made rest of code totally not working | Amadeusz Sławiński | 2014-04-25 | 1 | -1/+4 |
* | Support non-BMP utf8 characters | Michael Schroeder | 2013-04-09 | 1 | -3/+17 |