| Age | Commit message (Collapse) | Author |
|
Fixes #1156
|
|
Fixes #1124
|
|
Fixes #407
|
|
|
|
Fix a crash on daemon quit as well.
|
|
|
|
Do not implicitely change new clients selections to target coordinates
when the user did not specify them, so that we can re-use the selections
from the found free window, which is the generally desired behaviour.
|
|
|
|
And incrementally set the search register for select/split as well
|
|
Allowing compilation without the `-pedantic` flag was a temporary trick
to work around a bug involving `libstdc++` and `musl`. A fix has been
pushed for the issue in the appropriate repositories, we no longer need
the optional non-pedantic compilation option.
|
|
|
|
Fixes #1131
|
|
Fixes #1129
|
|
Fixes #1123
|
|
|
|
|
|
Fixes #1030
|
|
|
|
|
|
|
|
The :source command sets an 'source' value to the real path of the
file getting sourced while its commands are executed.
Fixes #1112
|
|
|
|
|
|
|
|
|
|
|
|
Modal info style wont be replaced by other info boxes.
NCursesUI will center that info box.
Fixes #1060
|
|
|
|
Fixes #1095
|
|
|
|
use std::iterator_traits<T>::value_type instead of T::value_type
that will fail when T is not of class type.
|
|
After recent changes that associated <esc> with the 0x1b codepoint
r<esc> would replace each char with 0x1b instead of canceling the
replace command.
|
|
|
|
Fixes #1053
|
|
|
|
|
|
Fixes #1097
|
|
|
|
|
|
|
|
Closes #1057
|
|
varargs cannot handle non pod types.
|
|
|
|
|
|
|
|
Fixes #1082
|
|
|
|
Fixes #1078
|
|
Closes #1068
|
|
Fixes #1051
|