mirror of
https://github.com/tmux/tmux.git
synced 2024-11-15 17:08:54 +00:00
Spaces to tabs.
This commit is contained in:
parent
23e944c91d
commit
cbd360b7dd
@ -547,7 +547,7 @@ server_client_check_resize(struct window_pane *wp)
|
|||||||
* resizing; don't know why this happens, can't reproduce on
|
* resizing; don't know why this happens, can't reproduce on
|
||||||
* other platforms and ignoring it doesn't seem to cause any
|
* other platforms and ignoring it doesn't seem to cause any
|
||||||
* issues.
|
* issues.
|
||||||
*/
|
*/
|
||||||
if (errno != EINVAL)
|
if (errno != EINVAL)
|
||||||
#endif
|
#endif
|
||||||
fatal("ioctl failed");
|
fatal("ioctl failed");
|
||||||
|
Loading…
Reference in New Issue
Block a user