summaryrefslogtreecommitdiff
path: root/src/resize.c
Commit message (Expand)AuthorAgeFilesLines
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* Fix for nomem handling in resize.c:ChangeWindowSize()Václav Doležal2018-11-181-16/+17
* Revert "those 0 assignment made rest of code totally not working"Václav Doležal2018-11-181-4/+1
* macro formattingAmadeusz Sławiński2018-05-221-41/+45
* rename windows to mru_window and window->w_next to window->w_prev_mruAmadeusz Sławiński2018-04-111-2/+2
* get rid of (sometype *)0 castsAmadeusz Sławiński2018-04-071-6/+6
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-21/+21
* fix non-ANSI function declarationsAmadeusz Sławiński2018-04-061-2/+2
* get rid of fontxAmadeusz Sławiński2018-03-031-15/+1
* Revert "fix restoring cursor position after leaving altscreen"Amadeusz Sławiński2017-10-031-8/+0
* begin viewing scrollback buffer at the first line of output instead of at the...Guo Ci2017-06-211-0/+2
* fix restoring cursor position after leaving altscreenAmadeusz Sławiński2017-04-061-0/+8
* move config.h to top of includesAmadeusz Sławiński2016-06-181-1/+2
* rename define BUILTIN_TELNET to ENABLE_TELNETAmadeusz Sławiński2016-06-181-1/+1
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-1/+2
* Use c99 style initializersAmadeusz Sławiński2015-12-061-6/+6
* Bring telnet code up to standardAmadeusz Sławiński2015-09-051-0/+1
* add caption on top as optionNeal Fultz2015-07-021-2/+2
* TIOCGWINSZ, TIOCSWINSZ is no linuxAmadeusz Sławiński2015-06-261-9/+1
* remove register keywordAmadeusz Sławiński2015-06-261-2/+2
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+2
* fix another warningAmadeusz Sławiński2015-06-261-0/+1
* use Display type instead of struct displayAmadeusz Sławiński2015-06-261-2/+2
* use Layer type instead of struct layerAmadeusz Sławiński2015-06-261-5/+5
* use Window type instead of struct winAmadeusz Sławiński2015-06-261-9/+9
* use Canvas type instead of struct canvasAmadeusz Sławiński2015-06-251-4/+4
* more header stuffAmadeusz Sławiński2015-06-251-0/+3
* bye bye DEBUGAmadeusz Sławiński2015-06-251-59/+2
* change struct mchar to use uint32_t instead of charsAmadeusz Sławiński2015-06-251-32/+32
* Change xrealloc to take void* like reallocAmadeusz Sławiński2015-06-251-9/+9
* COLOR HANDLING: initial changesAmadeusz Sławiński2015-06-251-29/+27
* Code reformatingAmadeusz Sławiński2015-06-251-801/+698
* xrealloc returns void* and remove all *allocs castsAmadeusz Sławiński2015-06-251-16/+16
* Simplify debugging macrosAmadeusz Sławiński2015-06-251-16/+16
* trailing whitespace removalAmadeusz Sławiński2015-06-251-4/+4
* that's all?Amadeusz Sławiński2015-06-251-8/+0
* more cleanup form removing some compile time optionsAmadeusz Sławiński2015-06-251-5/+5
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-8/+0
* replace bcopy with memmoveAmadeusz Sławiński (amade)2015-06-251-6/+6
* replace bzero with memsetAmadeusz Sławiński (amade)2015-06-251-1/+1
* make most features as always built in from now onAmadeusz Sławiński (amade)2015-06-251-68/+3
* remove #if 0'ed codeAmadeusz Sławiński (amade)2015-06-251-36/+0
* rewrite functions definitionsAmadeusz Sławiński (amade)2015-06-251-38/+15
* remove __P macro it's obsoleteAmadeusz Sławiński2015-06-251-7/+7
* Fix off by one error when resizing windowsAmadeusz Sławiński2015-06-251-1/+1
* Apply hardstatusfirstline.patch on gitHoverHell2015-06-251-0/+1
* Set maximum width(/height) in one placeAmadeusz Sławiński2015-06-251-7/+11
* those 0 assignment made rest of code totally not workingAmadeusz Sławiński2014-04-251-1/+4
* Support non-BMP utf8 charactersMichael Schroeder2013-04-091-3/+17