From 5c82246632f0eb91aaa0516f48d5908ce2895979 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 25 Apr 2020 21:48:39 -0700 Subject: [PATCH] Commenting --- Python/bed.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Python/bed.py b/Python/bed.py index 1fe27c3..f679967 100755 --- a/Python/bed.py +++ b/Python/bed.py @@ -1,4 +1,14 @@ #!/usr/bin/env python3 +# +# bed - the BTUI editor +# +# This is a simple example program demonstrating a minimal text editor +# implemented with the Python BTUI bindings. +# +# Usage: ./bed.py [-d|--debug] +# You can move around with arrow keys, PgUp/PgDn and make basic file edits. +# Save with Ctrl-S, Quit with Ctrl-Q or Ctrl-C +# import sys from btui import open_btui from collections import namedtuple