about summary refs log tree commit diff
path: root/ui-atom.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2015-10-10 16:56:24 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2015-10-10 21:38:57 +0200
commit30802126d48e145191a281a7f43109edfbcf490f (patch)
tree3246c594ad2b5a07706106a8d58a0fe90f0fe6b2 /ui-atom.h
parentui-plain: fix resource leak: free before assigning NULL (diff)
downloadcgit-pink-30802126d48e145191a281a7f43109edfbcf490f.tar.gz
cgit-pink-30802126d48e145191a281a7f43109edfbcf490f.zip
ui-blob: fix resource leak: free before return
Coverity-id: 13943
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
Use -s to infer terminal sizeJune McEnroe 2019-07-12Add DCH to shottyJune McEnroe This makes htop mostly work. Scrolling region still missing. 2019-07-12Support insert mode in shottyJune McEnroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe