Christian Göttsche
|
df41979afc
|
Ignore wmove return value
Found by Coverity
|
2020-08-28 16:46:50 +02:00 |
Christian Göttsche
|
11f558f934
|
Avoid discarding const qualifiers
|
2020-08-25 12:00:03 +02:00 |
Nathan Scott
|
9aa816873f
|
Merge branch 'hishamhm-pull-1010'
|
2020-08-20 15:16:47 +10:00 |
Nathan Scott
|
a82fd262d7
|
Merge branch 'hishamhm-pull-960'
|
2020-08-20 14:19:53 +10:00 |
Nathan Scott
|
36ef4d4fb6
|
Resolve compilation warning relating to dangling else in InfoScreen_run
|
2020-08-19 18:10:16 +10:00 |
Jorge Pereira
|
8de04986cf
|
Fix misleading indentation
|
2020-06-11 13:42:41 -03:00 |
Daniel Flanagan
|
dd33444f7e
|
Clean up existing whitespace
|
2019-10-31 11:39:12 -05:00 |
wurongxin
|
a360a80d16
|
fix a bug about use of unitialised variable. refer to https://github.com/hishamhm/htop/issues/882
|
2019-01-29 12:45:30 +08:00 |
Hisham Muhammad
|
8c653212c0
|
Replace size_t with int/void* union
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
|
2018-02-18 10:38:49 -03:00 |
Richard
|
d5faf64374
|
Mark some things as const
Several string pointer arrays pointed to const strings
but were not const themselves.
A few various structures and arrays were also marked const.
|
2017-07-22 22:34:30 -05:00 |
Hisham
|
7f9c82f28d
|
Refresh whole panel on Ctrl+L in infoscreen.
Closes #520.
|
2016-06-23 13:25:58 -03:00 |
Hisham
|
645057d81a
|
Use set_escdelay() to avoid problems with ESCDELAY as a macro.
|
2016-05-19 16:09:47 -03:00 |
Hisham
|
c23d4f12d1
|
Fix behavior of ESC key, getting rid of the annoying delay.
Thank you @Explorer09 for the push!
Closes #417.
|
2016-02-19 13:38:02 -02:00 |
Hisham Muhammad
|
466d4da0c6
|
refactor *Screen classes, add InfoScreen superclass
|
2016-01-12 06:00:58 -02:00 |