about summary refs log tree commit diff
path: root/ui-patch.h
diff options
context:
space:
mode:
authorJamie Couture <jamie.couture@gmail.com>2012-01-11 22:38:49 -0500
committerLars Hjemli <hjemli@gmail.com>2012-03-18 09:26:31 +0000
commit6a575b8900734a4640427416885e73c83af70736 (patch)
treee354052b72c10696df3fce3b94b0d279f1bfdced /ui-patch.h
parentui-ssdiff.c: correct length check for LCS table (diff)
downloadcgit-pink-6a575b8900734a4640427416885e73c83af70736.tar.gz
cgit-pink-6a575b8900734a4640427416885e73c83af70736.zip
use correct type for sizeof
**L would have worked well too.  Depending on the distribution sizeof *L
may return 8 instead of 4. **L is preferable, but since we don't expect
this datatype to change very often, sizeof int is less subtle and easier
to understand.

Signed-off-by: Jamie Couture <jamie.couture@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
catgirl/commit/ui.c?h=1.1&id=c168e54f0687d7c0c87dbbdd1f735400b35eb6da&follow=1'>Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe