summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f3a3fc)
raw | patch | inline | side by side (parent: 4f3a3fc)
author | Kalle Wallin <kaw@linux.se> | |
Fri, 23 Apr 2004 17:21:49 +0000 (17:21 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Fri, 23 Apr 2004 17:21:49 +0000 (17:21 +0000) |
ChangeLog | patch | blob | history | |
screen.c | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 330406d1c8636cf1a06db6a18ff3d9cbe12bc901..93003876424ce70c494b9276f876fe49cfa56e4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
2004-04-23 Kalle Wallin <kaw@linux.se>
* Updated Changelog, TODO, NEWS and the manual page.
+ * screen_play.c: Make shure the cursor stays on the same row when
+ deleting a playlist entry.
+ * screen.c: Turn off LINE_COLORS after drawing the top line.
+
2004-04-22 Kalle Wallin <kaw@linux.se>
* Added smart delete and add (#0000220), at the moment only used
diff --git a/screen.c b/screen.c
index 0524b0d82ab0d4fb5b7e853410565b81d114ae06..87909665037b18c868eeb1da2ab7246a4b7af2b3 100644 (file)
--- a/screen.c
+++ b/screen.c
mvwhline(w, 1, 0, ACS_HLINE, screen->top_window.cols);
#endif
+ if( options.enable_colors )
+ wattroff(w, LINE_COLORS);
+
wnoutrefresh(w);
}
}