summaryrefslogtreecommitdiff
path: root/redo/tab_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/tab_unix.go')
-rw-r--r--redo/tab_unix.go2
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)
}