BenBE
BenBE
The actual change looks fine, but I'm not quite satisfied with the visual appeal of the warning messages as they somewhat break with the usual estetics of the UI. Why...
I think the automatic dismiss as it is implemented right now is sufficient, given a good value for the timeout (didn't check, but 5-10 seconds should be fine). What might...
TBH, all except `TZ=UTC` is just overrated … 
While the patchset itself LGTM I'm not quite happy with the overall approach. Existing: Each detail window/screen has basically its own key handler that causes keys to be translated directly...
Implementation-wise yes. Regarding the Keybinding init: While we could use somewhat static lists as is done with the color schemes there's also the option to keep most things statically defined...
When I described my suggestion above I implicitly thought of reusing common action bindings. Thus having only one `LEFT` everywhere instead of having `MAINVIEW_LEFT`, `OPENFILES_LEFT`, `CONFIGNAV_LEFT` … More like having...
> Is this a good place to request that hjkl work in addition to arrows, and not instead of arrows? There was already some discussion regarding this topic going on...
Two general notes: 1. Squash the two commits, as commits should show a direct way from A to B without all the steps inside the maze … Mostly split commits,...
LGTM. Any particular reason for checking an architecture setting (64 bit support of the architecture) over explicit testing for availability of a concrete type/structure in `configure.ac`?
AutoConf has the ability to nest those macros, i.e. only check the second if the first succeeded. Likewise for the second macro: Only define the feature flag once the second...