More work on sidebar customization.

This commit is contained in:
Frederic Culot
2010-03-21 09:21:06 +00:00
parent ec36b96848
commit cc77e839d8
6 changed files with 131 additions and 30 deletions

View File

@@ -10,6 +10,14 @@
* src/wins.c (wins_update_border, wins_update_panels): new
functions extracted from wins_update()
* src/wins.c (wins_sbar_width, wins_sbar_wperc)
(wins_set_sbar_width, wins_sbar_winc, wins_sbar_wdec)
(wins_reinit_panels): new functions to handle side bar width
customization
* src/custom.c
* src/io.c: sidebar width added to the configuration file
2010-03-19 Frederic Culot <frederic@culot.org>