summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid discarding const qualifiersChristian Göttsche2020-08-251-2/+2
|
* Merge branch 'hishamhm-pull-1010'Nathan Scott2020-08-201-1/+2
|\
| * Fix misleading indentationJorge Pereira2020-06-111-2/+5
| |
* | Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-2/+2
|\ \
| * | Clean up existing whitespaceDaniel Flanagan2019-10-311-2/+2
| |/
* | Resolve compilation warning relating to dangling else in InfoScreen_runNathan Scott2020-08-191-1/+2
| |
* | fix a bug about use of unitialised variable. refer to ↵wurongxin2019-01-291-1/+1
|/ | | | https://github.com/hishamhm/htop/issues/882
* Replace size_t with int/void* unionHisham Muhammad2018-02-181-2/+3
| | | | | | | | I was occasionally passing negative values to size_t. Plus, this better reflects the intent of the variant argument. Reported by Coverity: https://scan8.coverity.com/reports.htm#v13253/p10402/fileInstanceId=22093891&defectInstanceId=7543346&mergedDefectId=174179&fileStart=251&fileEnd=500
* Mark some things as constRichard2017-07-221-2/+2
| | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
* Refresh whole panel on Ctrl+L in infoscreen.Hisham2016-06-231-0/+1
| | | | Closes #520.
* Use set_escdelay() to avoid problems with ESCDELAY as a macro.Hisham2016-05-191-1/+1
|
* Fix behavior of ESC key, getting rid of the annoying delay.Hisham2016-02-191-0/+1
| | | | | Thank you @Explorer09 for the push! Closes #417.
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-0/+180

© 2014-2024 Faster IT GmbH | imprint | privacy policy