Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphGL committed Mar 12, 2023
1 parent f58e34a commit ac1f913
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: RaphGL <[email protected]>
pkgname=neosent-git
pkgver=v1.0
pkgver=v1.2
pkgrel=1
epoch=1
pkgdesc="Suckful Sent"
Expand Down
6 changes: 1 addition & 5 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <stdio.h>
#include <stdlib.h>

#define NS_VERSION "1.0"
#define NS_VERSION "1.2"

void ns_show_help_message(void) {
puts("Simple plaintext presentation tool"
Expand Down Expand Up @@ -153,10 +153,6 @@ int main(int argc, char *argv[]) {
ns_renderer_invert_colors(&renderer);
break;

// TODO show keymaps
case SDLK_F1:
break;

// toggle fullscreen
case SDLK_F11:
case 'f':
Expand Down
1 change: 0 additions & 1 deletion src/render.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_ttf.h>
#include <SDL2/SDL_video.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit ac1f913

Please sign in to comment.