289
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 3 days ago.
Posted over 4 years ago by andrew_b
Replying to ossi: did something go wrong while committing the fix? Indeed. Sorry. Fixed.
Posted over 4 years ago by ossi
can't resist placing a big fat "told you so" here. :P did something go wrong while committing the fix? what i see on trac cannot possibly be complete (two one-liners in two files, and it doesn't match the commit message).
Posted over 4 years ago by andrew_b
Before [37ffc024225fd2ef1016babf3cbbeabce4a32899] we had mc_global.tty.winch_flag that was set in sigwinch_handler(), than it checked some times (note: checked but no reset) and finally reset in dialog_change_screen_size(). Currently we have ... [More] tty_got_winch() function that checks whether SIGWINCH was raised. But this function has side effect: the virtual SIGWINCH flag is reset after read. 'Virtual flag' means the non-emptiness of FIFO. If tty_got_winch() is sequentially called several times, only first call can return TRUE (FIFO was not empty at this moment), other calls return FALSE (read from an empty FIFO). Finally, dialog_change_screen_size() may not be called in dialog event loop in frontend_dlg_run(). Such case we have if SIGWINCH is raised while subshell is active. I've tried fix that in branch: 4019_resize_fix changeset:4c36a5c8ea3386fbdf6b911986092fac11a0508a But I'm afraid it is overcomplicated compared to using a simple variable before [37ffc024225fd2ef1016babf3cbbeabce4a32899]. [Less]
Posted over 4 years ago by andrew_b
uc1541 updated. Discussion about s3 welcome to #3904.
Posted over 4 years ago by andrew_b
#3936 (diff)
Posted over 4 years ago by andrew_b
Status, Votes for changeset, Resolution, Branch state changed Merged to master: [f788bd02acfde88cac648941f328717ff2828f40].
Posted over 4 years ago by andrew_b
Branch state changed Branch: 3936_uc1541 changeset:dc46dc0009d6eb6af612e22f95a108b954b10f7b
Posted over 4 years ago by andrew_b
Owner, Status, Milestone changed
Posted over 4 years ago by andrew_b
Posted over 4 years ago by andrew_b
#4018 (diff)