Skip to content

pick-session-shell: show the list of sessions in time; prevent detaching a QVector

23ed2286 replaced endl with '\n' in many places. Here the replacement caused a regression. The QTextStream must be flushed immediately after the loop, before the user pick is read from the standard input. Otherwise, the user has to pick a number at random as the available session list is not displayed until after the number is read from stdin.

Second commit: prevent detaching a QVector.

Merge request reports