Bug#757000: [PATCH] Fix re-enabling of cursor with slang also after pressing Ctrl-C

2014-08-04 Thread Martin Steigerwald
According to curs_set(0) in ui_init() I think curs_set(1) belongs into ui_end with in die_on_signal() also gets called on SIGINT or SIGTERM. This should complete the fix made by Andreas in commit 4f4daf8f. I could not yet test the fix as building current git fails with: /usr/bin/ld:

Bug#757000: [PATCH] Fix re-enabling of cursor with slang also after pressing Ctrl-C

2014-08-04 Thread Martin Steigerwald
Am Montag, 4. August 2014, 13:28:11 schrieben Sie: According to curs_set(0) in ui_init() I think curs_set(1) belongs into ui_end with in die_on_signal() also gets called on SIGINT or SIGTERM. This should complete the fix made by Andreas in commit 4f4daf8f. I could not yet test the fix as

Bug#757000: [PATCH] Fix re-enabling of cursor with slang also after pressing Ctrl-C

2014-08-04 Thread Martin Steigerwald
Am Montag, 4. August 2014, 13:53:34 schrieb Martin Steigerwald: Am Montag, 4. August 2014, 13:28:11 schrieben Sie: According to curs_set(0) in ui_init() I think curs_set(1) belongs into ui_end with in die_on_signal() also gets called on SIGINT or SIGTERM. This should complete the fix