home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1548ad
)
Made comment more precise.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 30 Apr 2013 02:56:44 +0000
(
04:56
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 30 Apr 2013 02:56:44 +0000
(
04:56
+0200)
windows.c
patch
|
blob
|
history
diff --git
a/windows.c
b/windows.c
index 8e3ae61c4fe42c042bde495f8a8f22dcabd3a7bf..7e1180925549ec4587e68f0ece6d231be9a8388a 100644
(file)
--- a/
windows.c
+++ b/
windows.c
@@
-94,7
+94,7
@@
void update_windows (struct WinMeta * win_meta, struct Win * win) {
update_windows (win_meta, win->next); }
void destroy_window (struct Win * win) {
-//
Undraw and d
elete window.
+//
D
elete window.
delwin(win->curses_win);
win->curses_win = 0; }