ITADN

Initial support for global options

#3Closedvmarcosp 创建于 2024-07-07
V
vmarcospcommented
We plan to offer a way to modify global options with the following API: ```typescript export default { options: { prefix: 'C-a', baseIndex: 1, historyLimit: 10000, defaultTerminal: 'screen-256color', mouse: true, renumberWindows: true, aggressiveResize: true, } } ```
关闭于 2024-07-09 0 条评论