| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-19 | Re-introduce kill_session::exit_status, @lenormf was right | Maxime Coste | |
| As discussed in #2186, in the end we need the exit status for the case where the local client exited first (the server forked to background) then another client trigger the kill command. | |||
| 2015-12-27 | Remove the exec_keys function | Maxime Coste | |
| 2015-09-02 | Fix forward declare struct/class mismatch | Maxime Coste | |
| 2015-08-26 | Add a kill command that kills the current session | Maxime Coste | |
| Fixes #331 A given session can be killed with 'echo kill | kak -p <session>' | |||
| 2015-07-28 | Use forward declaration instead of include in commands.hh | Maxime Coste | |
| 2015-03-09 | ArrayView content is not const anymore | Maxime Coste | |
| As in upcoming std c++ array_view, ArrayView<T> points to mutable data, use ArrayView<const T> or alias ConstArrayView<T> for const data. | |||
| 2015-01-06 | Rename memoryview to ArrayView | Maxime Coste | |
| 2014-12-23 | Remove trailing blank lines | Maxime Coste | |
| 2014-12-12 | Add support for user mappings, bound to comma | Maxime Coste | |
| :map have a 'user' mode that is accessible through the comma key. the mapping will get executed in normal mode. | |||
| 2014-01-27 | Fix compilation with clang 3.4 | Maxime Coste | |
| 2013-02-18 | expose exec_keys function in commands.hh | Maxime Coste | |
| 2012-05-07 | move commands to commands.{cc,hh} | Maxime Coste | |
