summaryrefslogtreecommitdiff
path: root/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app.go')
-rw-r--r--app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.go b/app.go
index 6b5614e..5ab0052 100644
--- a/app.go
+++ b/app.go
@@ -795,6 +795,7 @@ func (app *App) handleIRCEvent(netID string, ev interface{}) {
// Restore last buffer
if netID == app.lastNetID && ev.Channel == app.lastBuffer {
app.win.JumpBufferNetwork(app.lastNetID, app.lastBuffer)
+ app.win.HorizontalBufferScrollTo()
app.lastNetID = ""
app.lastBuffer = ""
}