summaryrefslogtreecommitdiff
path: root/src/resize.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix segfault when restoring w_alt.cursor.Michael Spang2012-09-141-2/+4
* Fix a crash when switching from altscreen after window resize.Sadrul Habib Chowdhury2012-03-131-0/+2
* Fix various issues (compile warnings etc.)Amadeusz Sławiński2012-01-271-1/+1
* Fix compiling with SIMPLESCREEN.Sadrul Habib Chowdhury2010-05-101-2/+2
* Remove cap for scrollback history.Sadrul Habib Chowdhury2010-04-131-8/+0
* Improve cursor store/restore on smcup/rmcup.Sadrul Habib Chowdhury2010-04-031-7/+4
* Re-organize some code.Sadrul Habib Chowdhury2010-04-021-33/+33
* Fix an invalid memory read.Sadrul Habib Chowdhury2010-03-121-3/+2
* Make layer-resizing a bit more robust and readableSadrul Habib Chowdhury2010-03-101-27/+46
* Fix build with -Werror=format-securityMichael Scherer2010-03-071-3/+3