microsoft/Terminal

Feature Request: Customize confirmation prompt before exit.

Open

#2,976 建立於 2019年9月29日

在 GitHub 查看
 (20 留言) (47 反應) (0 負責人)C++ (3,212 fork)batch import
Area-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

Feature request: A confirmation prompt before terminal app exit. For example, if there are multiple tabs open, upon initiation of exit a prompt to confirm or cancel exit.

Particularly with the case when multiple tabs open, prompting the user to think before closing multiple tabs may prevent a accidental loss of work/processing in tabs that are not in the foreground.

Perhaps make the prompt configurable in settings with the options:

  • disabled (no prompt before exit)
  • multiple (prompt if multiple tabs open)
  • always (prompt always before exit - for a check before closing even a single open tab)
  • #6641 add a "remember" checkbox

貢獻者指南