Skip to content

Commit

Permalink
tedit の使い方をソースコードコメントにメモ
Browse files Browse the repository at this point in the history
将来的には tedit 上でヘルプダイアログを出せるようにして、
そこに使い方を表示するような工夫をしたい
  • Loading branch information
uchan-nos committed Aug 18, 2022
1 parent c344eaa commit 11fb1eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/tedit/tedit.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// Copyright (c) 2022 MikeCAT

/* 使い方メモ(将来的にアプリのヘルプ表示に組み込みたい)
*
* Ctrl-S で上書き保存できる
*
* 保存確認ダイアログの Save, Discard, Cancel を Alt-S/D/C で選択できる
*/

#include <cerrno>
#include <cinttypes>
#include <cstdio>
Expand Down

0 comments on commit 11fb1eb

Please sign in to comment.