Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(tests): needing two calls to setup a screen is cringe | bfredl | 2024-11-14 |
| | | | | | | | | | | Before calling "attach" a screen object is just a dummy container for (row, col) values whose purpose is to be sent as part of the "attach" function call anyway. Just create the screen in an attached state directly. Keep the complete (row, col, options) config together. It is still completely valid to later detach and re-attach as needed, including to another session. | ||
* | fix(options): fix some 'belloff' flags not working properly (#30856) | zeertzjq | 2024-10-18 |
Problem: Some 'belloff' flags don't work properly. Solution: Keep BO_ flags and p_bo_values[] in sync. |