all repos — fluxbox @ 4179d518296f8231d8a29359b7c6e4bae03c22fb

custom fork of the fluxbox windowmanager

delete key
fluxgen fluxgen
commit

4179d518296f8231d8a29359b7c6e4bae03c22fb

parent

4e243d159987c50d45e03d435cd85e8af01fc4a9

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/FbTk/TextBox.ccsrc/FbTk/TextBox.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: TextBox.cc,v 1.9 2004/04/19 18:57:30 fluxgen Exp $ +// $Id: TextBox.cc,v 1.10 2004/07/15 13:48:54 fluxgen Exp $ #include "TextBox.hh" #include "Font.hh"

@@ -247,6 +247,9 @@ cursorBackward();

break; case XK_Right: cursorForward(); + break; + case XK_Delete: + deleteForward(); break; default: if (isprint(keychar[0])) {