Re: [RP] [PATCH] screen: rewrite screen_del conditions

2016-12-28 Thread Jeremie Courreges-Anglas
Mathieu OTHACEHE writes: > Rewrite screen_del conditional imbrications for a better readability. > No functional changes here. Nice, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE ___ Ratpoison-devel mailing l

[RP] [PATCH] screen: rewrite screen_del conditions

2016-12-28 Thread Mathieu OTHACEHE
Rewrite screen_del conditional imbrications for a better readability. No functional changes here. --- src/screen.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/screen.c b/src/screen.c index cfcf2f8..2c36a6b 100644 --- a/src/screen.c +++ b/src/