diff options
Diffstat (limited to 'redo/tab_unix.go')
| -rw-r--r-- | redo/tab_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/tab_unix.go b/redo/tab_unix.go index ba7d106..264ce5f 100644 --- a/redo/tab_unix.go +++ b/redo/tab_unix.go @@ -72,5 +72,5 @@ func (t *tab) commitResize(a *allocation, d *sizing) { } func (t *tab) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(t, d) } |
