示例#1
0
        void CmdHistoryPrev()
        {
            if (!history.PreviousAvailable())
            {
                return;
            }

            HistoryUpdateLine();

            SetText(history.Previous());
        }