1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
Go to file
Michael Vetter 6034b833be Redraw screen after entry of PGP secret key
After specifying the PGP key ID with pgp.keyid within the accounts file on startup profanity asks for the secret key passphrase. It then doesn't redraw the screen, leaving it in an odd looking state.

This probably only happens with pinentry-curses since it draws in
screen.

We need this fix for cli only environments.

Fixes https://github.com/boothj5/profanity/issues/906 reported by Bob
Mottram.
Based on https://github.com/boothj5/profanity/pull/908 by Bob Mottram

Bob removed his GitHub account, so GitHub created a ghost placeholder
user for him, which unfortunately makes it impossible to cherry-pick
this commit. To more or less preserve authorship I added him as
co-author.

Commit picked and message edited by jubalh.

Co-authored-by: Bob Mottram <bob@freedombone.net>
2019-02-20 12:03:23 +01:00
apidocs Update copyright 2018-01-21 15:00:02 +00:00
docs Fix style and warnings - found with mandoc -T lint 2018-10-20 09:50:31 +01:00
icons better, final icons 2016-03-09 12:55:57 +01:00
src Redraw screen after entry of PGP secret key 2019-02-20 12:03:23 +01:00
tests Update copyright to include 2019 2019-01-22 11:31:45 +01:00
themes Rename mucconf wins into conf wins 2018-09-05 13:51:00 +02:00
.gitignore Update plugin API docs 2016-08-02 23:17:28 +01:00
.travis.yml Add gtk to travis build 2017-03-25 02:23:01 +00:00
bootstrap.sh Remove -fv flags from autoreconf 2016-09-13 00:47:54 +01:00
CHANGELOG Mention prof_win_close feature in CHANGELOG 2019-01-10 12:48:05 +01:00
configure-debug Include python plugins by default in build 2016-07-24 01:34:02 +01:00
configure-plugins Added python plugins code 2016-02-24 00:31:55 +00:00
configure.ac Set status to development 2019-02-18 14:11:19 +01:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
LICENSE.txt Update copyright 2018-01-21 15:00:02 +00:00
Makefile.am autotools: make VPATH builds work 2018-10-31 21:48:41 +02:00
prof.supp Fix memory leaks 2016-06-08 22:23:00 +01:00
profanity.spec Prepare spec file for 0.6.0 release 2019-01-10 14:00:52 +01:00
profrc.example Added example profrc config 2014-06-29 22:58:33 +01:00
README.md Update README.md 2017-06-11 20:22:19 +01:00
RELEASE_GUIDE.md Update RELEASE_GUIDE.md 2019-01-16 11:29:24 +00:00
theme_template Rename mucconf wins into conf wins 2018-09-05 13:51:00 +02:00
travis-build.sh Travis build: Run unit tests once 2016-09-03 23:07:16 +01:00

Profanity Build Status

Profanity is a console based XMPP client inspired by Irssi,

alt tag

See the User Guide for information on installing and using Profanity.

Homepage: http://www.profanity.im

Mailing List: https://groups.google.com/forum/#!forum/profanitydev

Plugins repository: https://github.com/boothj5/profanity-plugins