mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Remove some unnecessary includes and fix a typo.
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
* options. These tables are the master copy of the options with their real
|
||||
* (user-visible) types, range limits and default values. At start these are
|
||||
* copied into the runtime global options trees (which only has number and
|
||||
* string types). These tables are then used to loop up the real type when
|
||||
* the user sets an option or its value needs to be shown.
|
||||
* string types). These tables are then used to look up the real type when the
|
||||
* user sets an option or its value needs to be shown.
|
||||
*/
|
||||
|
||||
/* Choice option type lists. */
|
||||
|
Reference in New Issue
Block a user